home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Programacao / MS-DOS Interrupt List / inter60d / COMBINE.DOC < prev    next >
Text File  |  1998-03-22  |  2KB  |  39 lines

  1.                COMBINE.COM v2.10
  2.                  by Ralf Brown
  3.                  22 March 1998
  4.  
  5. COMBINE.COM will concatenate all of the partial files in the interrupt
  6. list distribution archives into a single master file for interrupts and
  7. a single master file for I/O ports, which is required by some viewers
  8. and hypertext conversion programs.
  9.  
  10. To use COMBINE, just change to the directory into which you extracted
  11. the distribution archives, and type
  12.  
  13.     COMBINE {dir}        (for interrupts)
  14.    and then
  15.     COMBINE -p {dir}    (for ports)
  16.  
  17. where {dir} is the name of the directory in which you want the combined
  18. list to be stored (typically, you will type "COMBINE ." to store the
  19. result in the same directory as the individual sections).  If there is
  20. not enough free disk space to hold both the individual sections and the
  21. combined list, you will be told and given the option of running COMBINE
  22. again with an option to tell it that it should delete each section as
  23. it is added to the combined file:
  24.  
  25.     COMBINE -d {dir}
  26.  
  27. COMBINE will skip any missing sections of the interrupt list; if at
  28. least one section other than INTERRUP.A (PORTS.A with -p) is present,
  29. it will stop as soon as the last section has been processed (otherwise,
  30. it will continue trying all names through INTERRUP.Z/PORTS.Z).  On
  31. completion, it sets the combined file's timestamp to be the same as
  32. that of the last of the individual sections.
  33.  
  34. System Requirements:
  35.     DOS 2.0+ or a DOS compatibility box
  36.     64K available RAM
  37.     a copy of the interrupt list :-)
  38.     sufficient free disk space (~360K with the -d option)
  39.